Camera

data class Camera(val type: NavigationSpec.Camera.Type, val requestCode: Int, val uri: Uri?) : NavigationSpec

Shows the Camera

Parameters

type

The Camera.Type of media to capture

requestCode

The request code added to the intent

uri

Optional Uri indicating where the result should be stored

Constructors

Link copied to clipboard
constructor(type: NavigationSpec.Camera.Type, requestCode: Int, uri: Uri?)

Types

Link copied to clipboard
sealed class Type

Type of media the camera can capture

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uri: Uri?